home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Armageddon - Interactive Preview
/
Interactive Preview: Armageddon.iso
/
pc
/
quizgame.dxr
/
00165_check icon rollover.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-15
|
355 b
|
21 lines
global s
on exitFrame
repeat with x = 10 to 27
if rollOver(x) then
set the loc of sprite 3 to the loc of sprite x
updateStage()
end if
end repeat
case s of
0:
put field 193 into field 203
1:
put field 194 into field 203
2:
put field 195 into field 203
end case
CheckMusic()
go(the frame)
end